|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.team.core.subscribers.TeamDelta
A team delta represents changes in the team state.
IResource
,
ITeamProvider
Field Summary | |
static int |
NO_CHANGE
Delta kind constant indicating that the resource has not been changed in any way |
static int |
PROVIDER_CONFIGURED
Delta kind constant (bit mask) indicating that a team provider has been configured on the resource. |
static int |
PROVIDER_DECONFIGURED
Delta kind constant (bit mask) indicating that a team provider has been de-configured on the resource. |
static int |
SYNC_CHANGED
Delta kind constant (bit mask) indicating that the synchronization state of a resource has changed. |
Constructor Summary | |
TeamDelta(TeamSubscriber subscriber,
int flags,
IResource resource)
|
Method Summary | |
static TeamDelta[] |
asSyncChangedDeltas(TeamSubscriber subscriber,
IResource[] resources)
Returns an array of deltas for the resources with TeamDelta.SYNC_CHANGED as the change type. |
int |
getFlags()
|
IResource |
getResource()
|
TeamSubscriber |
getSubscriber()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NO_CHANGE
IResourceDelta#getKind
,
Constant Field Valuespublic static final int SYNC_CHANGED
public static final int PROVIDER_CONFIGURED
IResourceDelta#getKind
,
Constant Field Valuespublic static final int PROVIDER_DECONFIGURED
IResourceDelta#getKind
,
Constant Field ValuesConstructor Detail |
public TeamDelta(TeamSubscriber subscriber, int flags, IResource resource)
Method Detail |
public int getFlags()
public IResource getResource()
public TeamSubscriber getSubscriber()
public static TeamDelta[] asSyncChangedDeltas(TeamSubscriber subscriber, IResource[] resources)
resources
- the resources whose sync info has changed
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |